home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / ECHO < prev    next >
Text File  |  1991-09-18  |  2KB  |  44 lines

  1. ====                                                NOSview [137]
  2. echo
  3. ====
  4.  
  5. _________________________________________________________________
  6. echo [accept|refuse]                              Default: accept
  7. _________________________________________________________________
  8. Display or set the flag controlling client Telnet's response to a
  9. remote WILL ECHO offer.
  10.  
  11. The Telnet presentation protocol specifies that in the absence of
  12. a negotiated agreement to the contrary, neither end echoes data
  13. received from the other.  In this mode, a Telnet client session
  14. echoes keyboard input locally and nothing is actually sent until
  15. a CR is typed.
  16.  
  17. Local line editing is also performed: backspace deletes the last
  18. character typed, while control-U deletes the entire line.
  19.  
  20. When communicating from keyboard to keyboard the standard local
  21. echo mode is used, so the setting of this parameter has no
  22. effect.  However, many timesharing systems (e.g. UNIX) prefer to
  23. do their own echoing of typed input. (This makes screen editors
  24. work right, among other things). Such systems send a Telnet WILL
  25. ECHO offer immediately upon receiving an incoming Telnet
  26. connection request.
  27.  
  28. If 'echo accept' is in effect, a client Telnet session will
  29. automatically return a DO ECHO response.  In this mode, local
  30. echoing and editing is turned off and each key stroke is sent
  31. immediately (subject to the Nagle tinygram algorithm in TCP).
  32.  
  33. While this mode is just fine across an Ethernet, it is clearly
  34. inefficient and painful across slow paths like packet radio
  35. channels.  Specifying 'echo refuse' causes an incoming WILL ECHO
  36. offer to be answered with a DONT ECHO; the client Telnet session
  37. remains in the local echo mode.  Sessions already in the remote
  38. echo mode are unaffected. (Note: Berkeley Unix has a bug in that
  39. it will still echo input even after the client has refused the
  40. WILL ECHO offer.  To get around this problem, enter the 'stty -
  41. echo' command to the shell once you have logged in).
  42.  
  43. >> Example:  echo accept
  44.